←Select platform

ItemRemoved Event

Summary

Occurs when an item is removed from the collection.

Syntax

C#
VB
C++
public event EventHandler<RasterCollectionEventArgs<T>> ItemRemoved 
Public Event ItemRemoved As EventHandler(Of RasterCollectionEventArgs(Of T)) 
public: 
event EventHandler<RasterCollectionEventArgs<T^>^>^ ItemRemoved 

Event Data

The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.

PropertyDescription
Item The object that has been added or removed.
Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly